@font-face {
    font-family: 'Business History';
    src :
        url('00BusinessHistory-Regular.otf')
        format('truetype');
}
body{
	color:red;
	font-family: 'helvetica';
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	background-color:#D3D3D3;
	font-size:13px;
	text-align: center;

}
 .fond{
 	margin: 180px;
 }

.texthead{
	padding-top:80px;
	text-align:center;
	font-style: none;

	padding-bottom: 10px;
margin-bottom: 10px;
	font-size: 25px;
	text-decoration: none;
}

.textheadinfo{
	font-size: 25px;
	text-decoration: none;
	padding-top: 0px;
}
.info{
	padding-bottom: 100px;
}
	
.block{
		line-height: 1.5;

		margin : 0 auto;
		position: center;
		margin-top: 20px;
		margin-bottom: 20px;
	background-color: white;
max-width: 900px;
	width: 100vh;
	height: auto;
	background-color: #fff;




}



.table{
	position:fixed;
	margin-top :-160px;
	z-index: 10;
	width: 100%;
	text-align:right;

}

.premierepage { display:inline-block;
	text-decoration: none;
	padding :10px 50px;
	color:red;
	cursor: pointer;
	background-color:#D3D3D3;
	background-border:none;
	border-radius: 30px;
}
.contact { 	
	color:red;
	display:inline-block;
	text-decoration: none;
	padding :10px 50px;
	cursor: pointer;
	background-color:#D3D3D3;
	background-border:none;
	border-radius: 30px;
}

.premierepage:hover{
		color: red;
	border-width: 1px;
	border-style: solid;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px; 
}
.contact:hover{
		color:red;
	padding:9px 49px;
	border-width: 1px;
	border-style: solid;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px; 
}

.mail{
	color:red;
}
.tel{
	color:red;
}